NevronOpenVision
Nevron.Nov.DataStructures Namespace / INDeque<T> Interface

In This Topic
INDeque<T> Interface Methods
In This Topic

For a list of all members of this type, see INDeque<T> members.

Public Methods
 NameDescription
 MethodReturns the last item from the deque, without removing it.  
 MethodReturns the first item from the deque, without removing it.  
 MethodRemoves and returns the last item from the deque.  
 MethodRemoves and returns the first item from the deque.  
 MethodPushes the item at the back of the deque (makes it the last item in the deque)  
 MethodPushes the item at the front of the deque (makes it the first item in the deque)  
Top
See Also